Eclipse Platform
Pre-release 3.0

org.eclipse.core.filebuffers
Interface IDocumentSetupParticipant


public interface IDocumentSetupParticipant

Participates in the setup of a text file buffer document.

Since:
3.0

Method Summary
 void setup(IDocument document)
          Sets up the document to be ready for use by a text file buffer.
 

Method Detail

setup

public void setup(IDocument document)
Sets up the document to be ready for use by a text file buffer.

Parameters:
document - the document to be set up

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.